Method SyncStructuresFromTypeAsync<TProps>(IRedbScheme, bool)

Assembly: redb.Core.dll

Synchronize scheme structures from Props type (by default deletes extra fields).

Task<List<IRedbStructure>> SyncStructuresFromTypeAsync<TProps>(IRedbScheme scheme, bool strictDeleteExtra = true) where TProps : class